################################################################################
# ԶɵļҪ༭
################################################################################

-include ../makefile.init

RM := rm -rf

# All of the sources participating in the build are defined here
-include sources.mk
-include subdir.mk
-include objects.mk

-include ../makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 

# Ŀ
all: KF8S_General_Touch_ASM_Demo_1011.hex

# ߵ
KF8S_General_Touch_ASM_Demo_1011.hex: $(OBJS) $(USER_RELS)
	@echo 'ڹĿ꣺ $@'
	@echo 'ڵã Asm Linker Release'
	kf8link -O2 -c -m KF8S1011.lib KF8_Touch_Fun.lib -s"C:/ChipONCC/kfl/KF8S1011.kfl" -o "KF8S_General_Touch_ASM_Demo_1011.hex" $(OBJS) $(USER_RELS) $(LIBS)
	@echo 'ѽĿ꣺ $@'
	@echo ' '

# Ŀ
clean:
	-$(RM) $(OBJS)$(EXECUTABLES) KF8S_General_Touch_ASM_Demo_1011.hex
	-@echo ' '

.PHONY: all clean dependents
.SECONDARY:

-include ../makefile.targets
